fix(e2e): pin Next.js version in cache-components template#8121
fix(e2e): pin Next.js version in cache-components template#8121jacekradko wants to merge 8 commits intomainfrom
Conversation
Next.js 16.2.0 (released 2026-03-18) breaks Clerk session initialization in the cache-components test app, causing waitForSession to timeout. Pin to 16.1.6 (last known working version) to unblock CI.
🦋 Changeset detectedLatest commit: c32807c The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughA changeset entry was created to document changes to the Next.js cache components template. The 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Summary
cache-componentsintegration test template from^16.0.0-canary.0to16.1.6The
cache-componentstest suite has been deterministically failing since March 18, not flaky. Root cause:"next": "^16.0.0-canary.0"with no lockfile, so every CI run resolved the latest compatible versionwindow.Clerk?.sessioninitialization after sign-inThis pins to 16.1.6 to unblock CI. The 16.2.0 incompatibility should be investigated separately.
Test plan
Integration Tests (cache-components, chrome, 16)passes in CISummary by CodeRabbit